net.sockaddr.Network (method)
5 uses
net (current package)
dial.go#L216: if op == "dial" && hint != nil && addr.Network() != hint.Network() {
dial.go#L244: if addr.Network() != hint.Network() {
file_unix.go#L61: fd.net = laddr.Network()
net.go#L106: Network() string // name of the network (for example, "tcp", "udp")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)